home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A.C.E. 3
/
ACE CD 3.iso
/
files
/
utils
/
aplay200.lha
/
APlayer
/
Files
/
ARexx.lha
/
Close2Iconify.aplay
< prev
next >
Wrap
Text File
|
1995-07-02
|
1KB
|
29 lines
/* This program will iconify instead of quit when you push the close */
/* button. */
/* */
/* To use this you will have to set this script up so that it runs, */
/* whenever you push the quit button. You do this in the Arexx-config */
/* Window. Go to the field marked 'ED:' and insert this script here. */
/* */
/* PS: Notice that the only way you can quit the program is either via */
/* the 'quit.aplay' script or by using 'Exchange' and pressing the */
/* 'remove' button. */
ADDRESS APlayer
OPTIONS RESULTS
SIGNAL ON HALT
Iconify
/* Amazing script, isn't it ;-). Why don't you make your own? */
/*
This is the 'emergencybrake' part of this script. If you can't stop this
sucker run the program HI which is located in the RXC drawer on your
sys: partition.
*/
HALT:
Say 'The Close2Iconify.aplay script has been stopped. C U L8R.'
EXIT